home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
One Click 21 (Special)
/
OC021.iso
/
Juegos
/
835.swf
/
scripts
/
frame_1
/
PlaceObject2_4_2
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-11-19
|
306 b
|
16 lines
onClipEvent(enterFrame){
dx = _root._xmouse - this._x;
dy = _root._ymouse - this._y;
this._x += vx;
vx = vx / 1.4 + dx / 10;
this._y += vy;
vy = vy / 1.4 + dy / 10;
with(_root)
{
if(_framesloaded >= _totalframes)
{
gotoAndPlay(2);
}
}
}